home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Games Collection 1
/
software vault.zip
/
software vault
/
CDR10
/
ESP_23.ZIP
/
SOURCE.ZIP
/
CESP.BAT
next >
Wrap
DOS Batch File
|
1993-06-13
|
228b
|
8 lines
@echo off
cls
cdd c:\vb
BC ESP!.BAS /E/V/O/T/C:512;
LINK /EX/NOE/NOD:VBDRT10E.LIB ESP!+SMALLERR.OBJ /Se:142,C:\TEMP\ESP!,nul,VBDCL10E.LIB DFRAMEVB.LIB;
rem this is the batch file used to compile ESP from the DOS prompt.